ComponentOne FinancialChart for WPF
C1.WPF Namespace / PropertyChangingEventArgs<T> Class / PropertyChangingEventArgs<T> Constructor



In This Topic
    PropertyChangingEventArgs<T> Constructor
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function New()
    'Usage
     
    
    Dim instance As New PropertyChangingEventArgs(Of T)()
    public PropertyChangingEventArgs<T>()
    public:
    PropertyChangingEventArgs<T>();
    See Also